| Previous | Chapter contents | Chapter top | Section top | Next |
A node location atom describes the type of a node and its location. The structure of a node location atom is defined by the VRNodeLocationAtom data type:
typedef struct VRNodeLocationAtom {
UInt16 majorVersion;
UInt16 minorVersion;
OSType nodeType;
UInt32 locationFlags;
UInt32 locationData;
UInt32 reserved1;
UInt32 reserved2;
} VRNodeLocationAtom, *VRNodeLocationAtomPtr;
| Previous | Chapter contents | Chapter top | Section top | Next |